}
void
-xml_write_time(gbfile *ofd, const time_t timep, int microseconds, char *elname)
+xml_write_time(gbfile *ofd, const time_t timep, int microseconds, const char *elname)
{
char time_string[64];
xml_fill_in_time(time_string, timep, microseconds, XML_LONG_TIME);
void write_optional_xml_entity(gbfile *ofd, const char *indent,
const char *tag, const char *value);
-void xml_write_time(gbfile *ofd, const time_t timep, int microseconds, char *elname);
+void xml_write_time(gbfile *ofd, const time_t timep, int microseconds, const char *elname);
void xml_fill_in_time(char *time_string, const time_t timep, int microseconds,
int long_or_short);
void write_xml_header(gbfile *ofd);